home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / TS32 / TS32.ZIP / ColorIndexEditor.dfm / ColorIndexEditor.txt
Text File  |  1996-03-03  |  1KB  |  68 lines

  1. object frmColorIndexEditor: TfrmColorIndexEditor
  2.   Left = 347
  3.   Top = 92
  4.   Width = 279
  5.   Height = 327
  6.   Caption = 'Color Selector'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnActivate = FormActivate
  13.   OnShow = FormShow
  14.   TextHeight = 13
  15.   object pbColors: TPaintBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 256
  19.     Height = 256
  20.     OnMouseUp = pbColorsMouseUp
  21.     OnPaint = pbColorsPaint
  22.   end
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 272
  26.     Width = 26
  27.     Height = 13
  28.     Caption = 'Index'
  29.   end
  30.   object shapeCursor: TShape
  31.     Left = 8
  32.     Top = 8
  33.     Width = 16
  34.     Height = 16
  35.     Brush.Style = bsClear
  36.     Pen.Color = clYellow
  37.   end
  38.   object pbOK: TBitBtn
  39.     Left = 112
  40.     Top = 272
  41.     Width = 75
  42.     Height = 25
  43.     TabOrder = 0
  44.     Kind = bkOK
  45.   end
  46.   object pbCancel: TBitBtn
  47.     Left = 192
  48.     Top = 272
  49.     Width = 75
  50.     Height = 25
  51.     TabOrder = 1
  52.     Kind = bkCancel
  53.   end
  54.   object panelIndex: TPanel
  55.     Left = 48
  56.     Top = 272
  57.     Width = 41
  58.     Height = 17
  59.     Caption = '0'
  60.     Font.Color = clNavy
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     TabOrder = 2
  66.   end
  67. end
  68.